home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / libs / jpeglibrary50.lha / jpeglibrary / fd / jpeg.fd
Text File  |  1999-01-30  |  388b  |  15 lines

  1. * "jpeg.library"
  2. ##base _JpegBase
  3. ##bias 30
  4. ##public
  5. AllocJPEGDecompressA( jph, taglist )(A0,A1)
  6. FreeJPEGDecompress( jph )(A0)
  7. DecompressJPEGA( jph, taglist )(A0,A1)
  8. AllocJPEGCompressA( jph, taglist )(A0,A1)
  9. FreeJPEGCompress( jph )(A0)
  10. CompressJPEGA( jph, taglist )(A0,A1)
  11. AllocBufferFromJPEGA( jph, taglist )(A0,A1)
  12. FreeJPEGBuffer( buffer )(A0)
  13. GetJPEGInfoA( jph, taglist )(A0,A1)
  14. ##end
  15.